home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-09-21 | 1.9 KB | 55 lines | [TEXT/MPS ] |
- *******************************************************
- * *
- * DYNAMO *
- * *
- * Apple II 8-bit runtime entry points. *
- * Copyright (C) 1990 Apple Computer. *
- * *
- *******************************************************
-
- case on
-
- import rtreset
- import rtcout, signed, unsigned, decoutl, vdecout, decout
- import hexpad, hexnopad, hexoutl, vhexout, hexout, write
- import writecr, mulconl, mulvar, mulcon, divconl, divvar
- import divcon, addvar, addcon, addconl, subvar, subcon
- import subconl, setconl, setcon, setzero, seteq, setvars
- import xgty, xlty, ifsgneq, ifequal, vifsgneq, vifequal
- import strval, midstrval, fstrval, fmidstrval
- import prstr, prleftstr, prmidstr, leftstrcpy, strcpy
- import midstrcpy, leftstrcat, strcat, midstrcat
- import strchr, strloc, restore, readint, readstr, readend
- import litstr, out2str, out2stroff, strptr, nullstr
- import seedrandom, calcrandom
-
- import nextchr, numtocopy, strvalcount, strvaldigit
-
- import arraybase, arrayloc1, arrayloc2, arrayloc3
- import varyindx1, varyindx2, varyindx3
- import arrayindx1, arrayindx2, arrayindx3
- import arraylindx1, arraylindx2, arraylindx3
- import vgetele, getelel, getele, getele0, getnextele
- import vputele, putelel, putele, putele0, putnextele
-
- import wrcstr, chngsgn, repeat, repeatsp
- import hibitchrs, lowbitchrs, regchrs
- import deref, vderef, aderef, aderefz
- import xderef, xderefz, yderef, yderefz
-
- import i2f, f2i, i2fsetconl, i2fsetcon
- import fout, fvout, frtsout
- import fmulvar, fmulcon, frtsmul
- import fdivvar, fdivcon, frtsdiv
- import faddvar, faddcon, frtsadd
- import fsubvar, fsubcon, frtssub
- import fv2v, fv2con, frtsv2con
- import fsgn, fabs, fint, fsqr, flog
- import fexp, frnd, fcos, fsin, ftan
- import fatn, i2fsetvars, fsetcon, frtssetcon
- import fsetzero, fsetvars, fvarcpy
- import fvcmp, fcmp, frtscmp, readfloat
-
- import vgetfloat, getfloat, getnextfloat, getfloatl
- import vputfloat, putfloat, putnextfloat, putfloatl
-